IdeaBlade DevForce 2010 Help Reference
Send(Guid,NotificationSubscriber,Object[]) Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > INotificationManager Interface > Send Method : Send(Guid,NotificationSubscriber,Object[]) Method



serviceKey
The service key passed to your method
subscriber
The subscriber to be notified
args
Data to be sent to the subscriber
Called by a ServerNotifyDelegate implementation to send information to a specific subscriber.

Syntax

Visual Basic (Declaration) 
Overloads Sub Send( _
   ByVal serviceKey As Guid, _
   ByVal subscriber As NotificationSubscriber, _
   ByVal ParamArray args() As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As INotificationManager
Dim serviceKey As Guid
Dim subscriber As NotificationSubscriber
Dim args() As Object
 
instance.Send(serviceKey, subscriber, args)
C# 
void Send( 
   Guid serviceKey,
   NotificationSubscriber subscriber,
   params object[] args
)
C++/CLI 
void Send( 
   Guid serviceKey,
   NotificationSubscriber^ subscriber,
   ... array<Object^>^ args
) 

Parameters

serviceKey
The service key passed to your method
subscriber
The subscriber to be notified
args
Data to be sent to the subscriber

Remarks

Use the INotificationManager.GetSubscribers method to retrieve a list of subscribers.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.